home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Games
/
Chess
/
Chess.app
/
English.lproj
/
Chess.nib
/
data.classes
< prev
next >
Wrap
Text File
|
1994-04-01
|
979b
|
76 lines
Clock = {
SUPERCLASS = View;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
Board = {
ACTIONS = {
print:;
};
SUPERCLASS = Control;
};
ResponseMeter = {
SUPERCLASS = View;
};
Chess = {
ACTIONS = {
print:;
levelSliding:;
setWhiteColor:;
listGame:;
renderColors:;
startGame:;
chooseSide:;
forceMove:;
undoMove:;
showPosition:;
view2D:;
view3D:;
hint:;
plastic:;
info:;
saveGame:;
saveAsGame:;
openGame:;
granite:;
setBlackColor:;
setPreferences:;
newGame:;
};
OUTLETS = {
clockWindow;
sideMatrix;
boardWindow;
infoScroll;
blackClock;
setButton;
blackMeter;
forceButton;
infoPanel;
blackClockText;
whiteMeter;
message;
levelText;
whiteClock;
whiteSideMatrix;
whiteName;
startButton;
blackName;
blacksample;
gameBoard;
board3D;
board2D;
levelSlider;
blackSideMatrix;
whiteClockText;
whitesample;
};
SUPERCLASS = Application;
};
Board3D = {
SUPERCLASS = Control;
};